@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * KUYIN custom made 2022-05-06
 */
.flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

:root {
  --blue: #0A0A50;
  --primary: #6464F8;
  --primary-800: rgba(100, 100, 248, 0.8);
  --primary-400: #3D3D7B;
  --primary-300: #6464F8;
  --primary-200: #8A8AFA;
  --primary-100: #ECECFE;
  --orange: #FF4B16;
  --yellow: #ffc107;
  --green: #28a745;
  --white: #fff;
  --gray: #999999;
  --gray-dark: #333333;
  --footer: #000033;
  --gray-100: #FAFAFA;
  --gray-200: #F2F4F7;
  --gray-300: #f0f0f0;
  --gray-400: #E6E6E6;
  --gray-500: #cccccc;
  --gray-600: #999999;
  --gray-700: #666666;
  --gray-800: #333333;
  --gray-900: #212529;
  --white-100: rgba(255, 255, 255, 0.1);
  --white-200: rgba(255, 255, 255, 0.2);
  --white-400: rgba(255, 255, 255, 0.4);
  --white-600: rgba(255, 255, 255, 0.6);
  --white-800: rgba(255, 255, 255, 0.8);
  --black: #1a1a1a;
  --black-400: rgba(26, 26, 26, 0.4);
  --black-600: rgba(26, 26, 26, 0.6);
  --primary: #6464F8;
  --secondary: #999999;
  --success: #28a745;
  --info: #ECECFE;
  --warning: #ffc107;
  --danger: #FF4B16;
  --light: #FAFAFA;
  --dark: #333333;
  --gray-100: #FAFAFA;
  --gray-200: #F2F4F7;
  --gray-300: #f0f0f0;
  --gray-400: #E6E6E6;
  --gray-500: #cccccc;
  --gray-600: #999999;
  --gray-700: #666666;
  --gray-800: #333333;
  --gray-900: #212529;
  --white-100: rgba(255, 255, 255, 0.1);
  --white-200: rgba(255, 255, 255, 0.2);
  --white-400: rgba(255, 255, 255, 0.4);
  --white-600: rgba(255, 255, 255, 0.6);
  --white-800: rgba(255, 255, 255, 0.8);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0rem;
  padding-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary);
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999999;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a[href][class^=text]:hover {
  color: var(--primary-300) !important;
}
a.icon.icon-arrow:hover {
  color: var(--primary-300) !important;
}
a.icon.icon-arrow::after {
  content: "\e687";
}

.font-12 {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.font-12-important {
  font-size: 0.75rem !important;
  line-height: 1.5rem !important;
}

.font-14 {
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.font-14-important {
  font-size: 0.875rem !important;
  line-height: 1.75rem !important;
}

.font-16 {
  font-size: 1rem;
  line-height: 2rem;
}

.font-16-important {
  font-size: 1rem !important;
  line-height: 2rem !important;
}

.font-18 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.font-18-important {
  font-size: 1.125rem !important;
  line-height: 1.6875rem !important;
}

.font-20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.font-20-important {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}

.font-22 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

.font-22-important {
  font-size: 1.375rem !important;
  line-height: 2.0625rem !important;
}

.font-24 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.font-24-important {
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
}

.font-28 {
  font-size: 1.75rem;
  line-height: 2.625rem;
}

.font-28-important {
  font-size: 1.75rem !important;
  line-height: 2.625rem !important;
}

.font-32 {
  font-size: 2rem;
  line-height: 3rem;
}

.font-32-important {
  font-size: 2rem !important;
  line-height: 3rem !important;
}

.font-36 {
  font-size: 2.25rem;
  line-height: 3.375rem;
}

.font-36-important {
  font-size: 2.25rem !important;
  line-height: 3.375rem !important;
}

.font-40 {
  font-size: 2.5rem;
  line-height: 3.75rem;
}

.font-40-important {
  font-size: 2.5rem !important;
  line-height: 3.75rem !important;
}

.font-44 {
  font-size: 2.75rem;
  line-height: 4.125rem;
}

.font-44-important {
  font-size: 2.75rem !important;
  line-height: 4.125rem !important;
}

.font-48 {
  font-size: 3rem;
  line-height: 4.5rem;
}

.font-48-important {
  font-size: 3rem !important;
  line-height: 4.5rem !important;
}

.font-56 {
  font-size: 3.5rem;
  line-height: 5.25rem;
}

.font-56-important {
  font-size: 3.5rem !important;
  line-height: 5.25rem !important;
}

.container-1400 {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container-1200 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-960 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.container-720 {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.container-auto {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row-xs {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.row-xs [class*=col-] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.row-sm {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.row-sm [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row-md {
  margin-right: -12.5px !important;
  margin-left: -12.5px !important;
}
.row-md [class*=col-] {
  padding-right: 12.5px !important;
  padding-left: 12.5px !important;
}

.row-lg {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.row-lg [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.row-mx {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.row-mx [class*=col-] {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.star-h-auto {
  height: initial !important;
}

.star-lh-auto {
  line-height: initial !important;
}

.star-h-12 {
  height: 0.75rem !important;
}

.star-lh-12 {
  line-height: 0.75rem !important;
}

.star-h-14 {
  height: 0.875rem !important;
}

.star-lh-14 {
  line-height: 0.875rem !important;
}

.star-h-16 {
  height: 1rem !important;
}

.star-lh-16 {
  line-height: 1rem !important;
}

.star-h-18 {
  height: 1.125rem !important;
}

.star-lh-18 {
  line-height: 1.125rem !important;
}

.star-h-20 {
  height: 1.25rem !important;
}

.star-lh-20 {
  line-height: 1.25rem !important;
}

.star-h-22 {
  height: 1.375rem !important;
}

.star-lh-22 {
  line-height: 1.375rem !important;
}

.star-h-24 {
  height: 1.5rem !important;
}

.star-lh-24 {
  line-height: 1.5rem !important;
}

.star-h-26 {
  height: 1.625rem !important;
}

.star-lh-26 {
  line-height: 1.625rem !important;
}

.star-h-28 {
  height: 1.75rem !important;
}

.star-lh-28 {
  line-height: 1.75rem !important;
}

.star-h-32 {
  height: 2rem !important;
}

.star-lh-32 {
  line-height: 2rem !important;
}

.star-h-36 {
  height: 2.25rem !important;
}

.star-lh-36 {
  line-height: 2.25rem !important;
}

.star-h-40 {
  height: 2.5rem !important;
}

.star-lh-40 {
  line-height: 2.5rem !important;
}

.star-h-44 {
  height: 2.75rem !important;
}

.star-lh-44 {
  line-height: 2.75rem !important;
}

.star-h-48 {
  height: 3rem !important;
}

.star-lh-48 {
  line-height: 3rem !important;
}

.star-h-60 {
  height: 3.75rem !important;
}

.star-lh-60 {
  line-height: 3.75rem !important;
}

.star-h-66 {
  height: 4.124rem !important;
}

.star-lh-66 {
  line-height: 4.124rem !important;
}

.boxsize-8 {
  width: 0.5rem;
  height: 0.5rem;
}

.boxsize-16 {
  width: 1rem;
  height: 1rem;
}

.boxsize-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.boxsize-28 {
  width: 1.75rem;
  height: 1.75rem;
}

.boxsize-32 {
  width: 2rem;
  height: 2rem;
}

.boxsize-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.boxsize-48 {
  width: 3rem;
  height: 3rem;
}

.boxsize-56 {
  width: 3.5rem;
  height: 3.5rem;
}

.boxsize-64 {
  width: 4rem;
  height: 4rem;
}

.boxsize-80 {
  width: 5rem;
  height: 5rem;
}

.boxsize-96 {
  width: 6rem;
  height: 6rem;
}

.boxsize-112 {
  width: 7rem;
  height: 7rem;
}

.boxsize-120 {
  width: 7.5rem;
  height: 7.5rem;
}

.boxsize-128 {
  width: 8rem;
  height: 8rem;
}

.boxsize-144 {
  width: 9rem;
  height: 9rem;
}

.boxsize-160 {
  width: 10rem;
  height: 10rem;
}

.boxsize-176 {
  width: 11rem;
  height: 11rem;
}

.boxsize-192 {
  width: 12rem;
  height: 12rem;
}

@media (min-width: 576px) {
  .font-sm-12 {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .font-sm-12-important {
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
  }
  .font-sm-14 {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .font-sm-14-important {
    font-size: 0.875rem !important;
    line-height: 1.75rem !important;
  }
  .font-sm-16 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .font-sm-16-important {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .font-sm-18 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .font-sm-18-important {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important;
  }
  .font-sm-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .font-sm-20-important {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
  .font-sm-22 {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
  .font-sm-22-important {
    font-size: 1.375rem !important;
    line-height: 2.0625rem !important;
  }
  .font-sm-24 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .font-sm-24-important {
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
  }
  .font-sm-28 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .font-sm-28-important {
    font-size: 1.75rem !important;
    line-height: 2.625rem !important;
  }
  .font-sm-32 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .font-sm-32-important {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .font-sm-36 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  .font-sm-36-important {
    font-size: 2.25rem !important;
    line-height: 3.375rem !important;
  }
  .font-sm-40 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .font-sm-40-important {
    font-size: 2.5rem !important;
    line-height: 3.75rem !important;
  }
  .font-sm-44 {
    font-size: 2.75rem;
    line-height: 4.125rem;
  }
  .font-sm-44-important {
    font-size: 2.75rem !important;
    line-height: 4.125rem !important;
  }
  .font-sm-48 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .font-sm-48-important {
    font-size: 3rem !important;
    line-height: 4.5rem !important;
  }
  .font-sm-56 {
    font-size: 3.5rem;
    line-height: 5.25rem;
  }
  .font-sm-56-important {
    font-size: 3.5rem !important;
    line-height: 5.25rem !important;
  }
  .container-sm-1400 {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-sm-1200 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-sm-960 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-sm-720 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-sm-auto {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .row-sm-xs {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .row-sm-xs [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .row-sm-sm {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .row-sm-sm [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .row-sm-md {
    margin-right: -12.5px !important;
    margin-left: -12.5px !important;
  }
  .row-sm-md [class*=col-] {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
  .row-sm-lg {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row-sm-lg [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .row-sm-mx {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .row-sm-mx [class*=col-] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .star-h-sm-auto {
    height: initial !important;
  }
  .star-lh-sm-auto {
    line-height: initial !important;
  }
  .star-h-sm-12 {
    height: 0.75rem !important;
  }
  .star-lh-sm-12 {
    line-height: 0.75rem !important;
  }
  .star-h-sm-14 {
    height: 0.875rem !important;
  }
  .star-lh-sm-14 {
    line-height: 0.875rem !important;
  }
  .star-h-sm-16 {
    height: 1rem !important;
  }
  .star-lh-sm-16 {
    line-height: 1rem !important;
  }
  .star-h-sm-18 {
    height: 1.125rem !important;
  }
  .star-lh-sm-18 {
    line-height: 1.125rem !important;
  }
  .star-h-sm-20 {
    height: 1.25rem !important;
  }
  .star-lh-sm-20 {
    line-height: 1.25rem !important;
  }
  .star-h-sm-22 {
    height: 1.375rem !important;
  }
  .star-lh-sm-22 {
    line-height: 1.375rem !important;
  }
  .star-h-sm-24 {
    height: 1.5rem !important;
  }
  .star-lh-sm-24 {
    line-height: 1.5rem !important;
  }
  .star-h-sm-26 {
    height: 1.625rem !important;
  }
  .star-lh-sm-26 {
    line-height: 1.625rem !important;
  }
  .star-h-sm-28 {
    height: 1.75rem !important;
  }
  .star-lh-sm-28 {
    line-height: 1.75rem !important;
  }
  .star-h-sm-32 {
    height: 2rem !important;
  }
  .star-lh-sm-32 {
    line-height: 2rem !important;
  }
  .star-h-sm-36 {
    height: 2.25rem !important;
  }
  .star-lh-sm-36 {
    line-height: 2.25rem !important;
  }
  .star-h-sm-40 {
    height: 2.5rem !important;
  }
  .star-lh-sm-40 {
    line-height: 2.5rem !important;
  }
  .star-h-sm-44 {
    height: 2.75rem !important;
  }
  .star-lh-sm-44 {
    line-height: 2.75rem !important;
  }
  .star-h-sm-48 {
    height: 3rem !important;
  }
  .star-lh-sm-48 {
    line-height: 3rem !important;
  }
  .star-h-sm-60 {
    height: 3.75rem !important;
  }
  .star-lh-sm-60 {
    line-height: 3.75rem !important;
  }
  .star-h-sm-66 {
    height: 4.124rem !important;
  }
  .star-lh-sm-66 {
    line-height: 4.124rem !important;
  }
  .boxsize-sm-8 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .boxsize-sm-16 {
    width: 1rem;
    height: 1rem;
  }
  .boxsize-sm-24 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .boxsize-sm-28 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .boxsize-sm-32 {
    width: 2rem;
    height: 2rem;
  }
  .boxsize-sm-40 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .boxsize-sm-48 {
    width: 3rem;
    height: 3rem;
  }
  .boxsize-sm-56 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .boxsize-sm-64 {
    width: 4rem;
    height: 4rem;
  }
  .boxsize-sm-80 {
    width: 5rem;
    height: 5rem;
  }
  .boxsize-sm-96 {
    width: 6rem;
    height: 6rem;
  }
  .boxsize-sm-112 {
    width: 7rem;
    height: 7rem;
  }
  .boxsize-sm-120 {
    width: 7.5rem;
    height: 7.5rem;
  }
  .boxsize-sm-128 {
    width: 8rem;
    height: 8rem;
  }
  .boxsize-sm-144 {
    width: 9rem;
    height: 9rem;
  }
  .boxsize-sm-160 {
    width: 10rem;
    height: 10rem;
  }
  .boxsize-sm-176 {
    width: 11rem;
    height: 11rem;
  }
  .boxsize-sm-192 {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .font-lg-12-important {
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
  }
  .font-lg-14 {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .font-lg-14-important {
    font-size: 0.875rem !important;
    line-height: 1.75rem !important;
  }
  .font-lg-16 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .font-lg-16-important {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .font-lg-18 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .font-lg-18-important {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important;
  }
  .font-lg-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .font-lg-20-important {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
  .font-lg-22 {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
  .font-lg-22-important {
    font-size: 1.375rem !important;
    line-height: 2.0625rem !important;
  }
  .font-lg-24 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .font-lg-24-important {
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
  }
  .font-lg-28 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .font-lg-28-important {
    font-size: 1.75rem !important;
    line-height: 2.625rem !important;
  }
  .font-lg-32 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .font-lg-32-important {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .font-lg-36 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  .font-lg-36-important {
    font-size: 2.25rem !important;
    line-height: 3.375rem !important;
  }
  .font-lg-40 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .font-lg-40-important {
    font-size: 2.5rem !important;
    line-height: 3.75rem !important;
  }
  .font-lg-44 {
    font-size: 2.75rem;
    line-height: 4.125rem;
  }
  .font-lg-44-important {
    font-size: 2.75rem !important;
    line-height: 4.125rem !important;
  }
  .font-lg-48 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .font-lg-48-important {
    font-size: 3rem !important;
    line-height: 4.5rem !important;
  }
  .font-lg-56 {
    font-size: 3.5rem;
    line-height: 5.25rem;
  }
  .font-lg-56-important {
    font-size: 3.5rem !important;
    line-height: 5.25rem !important;
  }
  .container-lg-1400 {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-lg-1200 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-lg-960 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-lg-720 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-lg-auto {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .row-lg-xs {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .row-lg-xs [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .row-lg-sm {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .row-lg-sm [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .row-lg-md {
    margin-right: -12.5px !important;
    margin-left: -12.5px !important;
  }
  .row-lg-md [class*=col-] {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
  .row-lg-lg {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row-lg-lg [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .row-lg-mx {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .row-lg-mx [class*=col-] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .star-h-lg-auto {
    height: initial !important;
  }
  .star-lh-lg-auto {
    line-height: initial !important;
  }
  .star-h-lg-12 {
    height: 0.75rem !important;
  }
  .star-lh-lg-12 {
    line-height: 0.75rem !important;
  }
  .star-h-lg-14 {
    height: 0.875rem !important;
  }
  .star-lh-lg-14 {
    line-height: 0.875rem !important;
  }
  .star-h-lg-16 {
    height: 1rem !important;
  }
  .star-lh-lg-16 {
    line-height: 1rem !important;
  }
  .star-h-lg-18 {
    height: 1.125rem !important;
  }
  .star-lh-lg-18 {
    line-height: 1.125rem !important;
  }
  .star-h-lg-20 {
    height: 1.25rem !important;
  }
  .star-lh-lg-20 {
    line-height: 1.25rem !important;
  }
  .star-h-lg-22 {
    height: 1.375rem !important;
  }
  .star-lh-lg-22 {
    line-height: 1.375rem !important;
  }
  .star-h-lg-24 {
    height: 1.5rem !important;
  }
  .star-lh-lg-24 {
    line-height: 1.5rem !important;
  }
  .star-h-lg-26 {
    height: 1.625rem !important;
  }
  .star-lh-lg-26 {
    line-height: 1.625rem !important;
  }
  .star-h-lg-28 {
    height: 1.75rem !important;
  }
  .star-lh-lg-28 {
    line-height: 1.75rem !important;
  }
  .star-h-lg-32 {
    height: 2rem !important;
  }
  .star-lh-lg-32 {
    line-height: 2rem !important;
  }
  .star-h-lg-36 {
    height: 2.25rem !important;
  }
  .star-lh-lg-36 {
    line-height: 2.25rem !important;
  }
  .star-h-lg-40 {
    height: 2.5rem !important;
  }
  .star-lh-lg-40 {
    line-height: 2.5rem !important;
  }
  .star-h-lg-44 {
    height: 2.75rem !important;
  }
  .star-lh-lg-44 {
    line-height: 2.75rem !important;
  }
  .star-h-lg-48 {
    height: 3rem !important;
  }
  .star-lh-lg-48 {
    line-height: 3rem !important;
  }
  .star-h-lg-60 {
    height: 3.75rem !important;
  }
  .star-lh-lg-60 {
    line-height: 3.75rem !important;
  }
  .star-h-lg-66 {
    height: 4.124rem !important;
  }
  .star-lh-lg-66 {
    line-height: 4.124rem !important;
  }
  .boxsize-lg-8 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .boxsize-lg-16 {
    width: 1rem;
    height: 1rem;
  }
  .boxsize-lg-24 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .boxsize-lg-28 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .boxsize-lg-32 {
    width: 2rem;
    height: 2rem;
  }
  .boxsize-lg-40 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .boxsize-lg-48 {
    width: 3rem;
    height: 3rem;
  }
  .boxsize-lg-56 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .boxsize-lg-64 {
    width: 4rem;
    height: 4rem;
  }
  .boxsize-lg-80 {
    width: 5rem;
    height: 5rem;
  }
  .boxsize-lg-96 {
    width: 6rem;
    height: 6rem;
  }
  .boxsize-lg-112 {
    width: 7rem;
    height: 7rem;
  }
  .boxsize-lg-120 {
    width: 7.5rem;
    height: 7.5rem;
  }
  .boxsize-lg-128 {
    width: 8rem;
    height: 8rem;
  }
  .boxsize-lg-144 {
    width: 9rem;
    height: 9rem;
  }
  .boxsize-lg-160 {
    width: 10rem;
    height: 10rem;
  }
  .boxsize-lg-176 {
    width: 11rem;
    height: 11rem;
  }
  .boxsize-lg-192 {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1200px) {
  .font-xl-12 {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .font-xl-12-important {
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
  }
  .font-xl-14 {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .font-xl-14-important {
    font-size: 0.875rem !important;
    line-height: 1.75rem !important;
  }
  .font-xl-16 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .font-xl-16-important {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .font-xl-18 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .font-xl-18-important {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important;
  }
  .font-xl-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .font-xl-20-important {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
  .font-xl-22 {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
  .font-xl-22-important {
    font-size: 1.375rem !important;
    line-height: 2.0625rem !important;
  }
  .font-xl-24 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .font-xl-24-important {
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
  }
  .font-xl-28 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .font-xl-28-important {
    font-size: 1.75rem !important;
    line-height: 2.625rem !important;
  }
  .font-xl-32 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .font-xl-32-important {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .font-xl-36 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  .font-xl-36-important {
    font-size: 2.25rem !important;
    line-height: 3.375rem !important;
  }
  .font-xl-40 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .font-xl-40-important {
    font-size: 2.5rem !important;
    line-height: 3.75rem !important;
  }
  .font-xl-44 {
    font-size: 2.75rem;
    line-height: 4.125rem;
  }
  .font-xl-44-important {
    font-size: 2.75rem !important;
    line-height: 4.125rem !important;
  }
  .font-xl-48 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .font-xl-48-important {
    font-size: 3rem !important;
    line-height: 4.5rem !important;
  }
  .font-xl-56 {
    font-size: 3.5rem;
    line-height: 5.25rem;
  }
  .font-xl-56-important {
    font-size: 3.5rem !important;
    line-height: 5.25rem !important;
  }
  .container-xl-1400 {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-xl-1200 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-xl-960 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-xl-720 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-xl-auto {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .row-xl-xs {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .row-xl-xs [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .row-xl-sm {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .row-xl-sm [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .row-xl-md {
    margin-right: -12.5px !important;
    margin-left: -12.5px !important;
  }
  .row-xl-md [class*=col-] {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
  .row-xl-lg {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row-xl-lg [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .row-xl-mx {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .row-xl-mx [class*=col-] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .star-h-xl-auto {
    height: initial !important;
  }
  .star-lh-xl-auto {
    line-height: initial !important;
  }
  .star-h-xl-12 {
    height: 0.75rem !important;
  }
  .star-lh-xl-12 {
    line-height: 0.75rem !important;
  }
  .star-h-xl-14 {
    height: 0.875rem !important;
  }
  .star-lh-xl-14 {
    line-height: 0.875rem !important;
  }
  .star-h-xl-16 {
    height: 1rem !important;
  }
  .star-lh-xl-16 {
    line-height: 1rem !important;
  }
  .star-h-xl-18 {
    height: 1.125rem !important;
  }
  .star-lh-xl-18 {
    line-height: 1.125rem !important;
  }
  .star-h-xl-20 {
    height: 1.25rem !important;
  }
  .star-lh-xl-20 {
    line-height: 1.25rem !important;
  }
  .star-h-xl-22 {
    height: 1.375rem !important;
  }
  .star-lh-xl-22 {
    line-height: 1.375rem !important;
  }
  .star-h-xl-24 {
    height: 1.5rem !important;
  }
  .star-lh-xl-24 {
    line-height: 1.5rem !important;
  }
  .star-h-xl-26 {
    height: 1.625rem !important;
  }
  .star-lh-xl-26 {
    line-height: 1.625rem !important;
  }
  .star-h-xl-28 {
    height: 1.75rem !important;
  }
  .star-lh-xl-28 {
    line-height: 1.75rem !important;
  }
  .star-h-xl-32 {
    height: 2rem !important;
  }
  .star-lh-xl-32 {
    line-height: 2rem !important;
  }
  .star-h-xl-36 {
    height: 2.25rem !important;
  }
  .star-lh-xl-36 {
    line-height: 2.25rem !important;
  }
  .star-h-xl-40 {
    height: 2.5rem !important;
  }
  .star-lh-xl-40 {
    line-height: 2.5rem !important;
  }
  .star-h-xl-44 {
    height: 2.75rem !important;
  }
  .star-lh-xl-44 {
    line-height: 2.75rem !important;
  }
  .star-h-xl-48 {
    height: 3rem !important;
  }
  .star-lh-xl-48 {
    line-height: 3rem !important;
  }
  .star-h-xl-60 {
    height: 3.75rem !important;
  }
  .star-lh-xl-60 {
    line-height: 3.75rem !important;
  }
  .star-h-xl-66 {
    height: 4.124rem !important;
  }
  .star-lh-xl-66 {
    line-height: 4.124rem !important;
  }
  .boxsize-xl-8 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .boxsize-xl-16 {
    width: 1rem;
    height: 1rem;
  }
  .boxsize-xl-24 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .boxsize-xl-28 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .boxsize-xl-32 {
    width: 2rem;
    height: 2rem;
  }
  .boxsize-xl-40 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .boxsize-xl-48 {
    width: 3rem;
    height: 3rem;
  }
  .boxsize-xl-56 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .boxsize-xl-64 {
    width: 4rem;
    height: 4rem;
  }
  .boxsize-xl-80 {
    width: 5rem;
    height: 5rem;
  }
  .boxsize-xl-96 {
    width: 6rem;
    height: 6rem;
  }
  .boxsize-xl-112 {
    width: 7rem;
    height: 7rem;
  }
  .boxsize-xl-120 {
    width: 7.5rem;
    height: 7.5rem;
  }
  .boxsize-xl-128 {
    width: 8rem;
    height: 8rem;
  }
  .boxsize-xl-144 {
    width: 9rem;
    height: 9rem;
  }
  .boxsize-xl-160 {
    width: 10rem;
    height: 10rem;
  }
  .boxsize-xl-176 {
    width: 11rem;
    height: 11rem;
  }
  .boxsize-xl-192 {
    width: 12rem;
    height: 12rem;
  }
}
.zindex-0 {
  z-index: 0 !important;
}

.zindex-1 {
  z-index: 1 !important;
}

.zindex-6 {
  z-index: 6 !important;
}

.zindex-8 {
  z-index: 8 !important;
}

.zindex-9 {
  z-index: 9 !important;
}

.zindex-11 {
  z-index: 11 !important;
}

.zindex-66 {
  z-index: 66 !important;
}

.zindex-88 {
  z-index: 88 !important;
}

.zindex-99 {
  z-index: 99 !important;
}

.zindex-111 {
  z-index: 111 !important;
}

.zindex-666 {
  z-index: 666 !important;
}

.zindex-888 {
  z-index: 888 !important;
}

.zindex-999 {
  z-index: 999 !important;
}

.zindex-9999 {
  z-index: 9999 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 768px) {
  .star-webshow-0 > li:nth-child(n+0) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-2 > li:nth-child(n+3) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-3 > li:nth-child(n+4) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-4 > li:nth-child(n+5) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-6 > li:nth-child(n+7) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-8 > li:nth-child(n+9) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-9 > li:nth-child(n+10) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .star-webshow-12 > li:nth-child(n+13) {
    display: none !important;
  }
}

.text-ell-1, .text-ell-2, .text-ell-3, .text-ell-4, .text-ell-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-ell-1.text-ell-2, .text-ell-2.text-ell-2, .text-ell-3.text-ell-2, .text-ell-4.text-ell-2, .text-ell-5.text-ell-2 {
  -webkit-line-clamp: 2;
}
.text-ell-1.text-ell-3, .text-ell-2.text-ell-3, .text-ell-3.text-ell-3, .text-ell-4.text-ell-3, .text-ell-5.text-ell-3 {
  -webkit-line-clamp: 3;
}
.text-ell-1.text-ell-4, .text-ell-2.text-ell-4, .text-ell-3.text-ell-4, .text-ell-4.text-ell-4, .text-ell-5.text-ell-4 {
  -webkit-line-clamp: 4;
}
.text-ell-1.text-ell-5, .text-ell-2.text-ell-5, .text-ell-3.text-ell-5, .text-ell-4.text-ell-5, .text-ell-5.text-ell-5 {
  -webkit-line-clamp: 5;
}

.star-dwcent {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.star-dwbcent {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

.shadow-67 {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.shadow-hover-67 {
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.shadow-hover-67:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.shadow-59 {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.shadow-hover-59 {
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.shadow-hover-59:hover {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.shadow-9 {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.shadow-8 {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
}

.star-ratios {
  aspect-ratio: var(--wh);
  overflow: hidden;
}
.star-ratios img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.x-img-txt {
  position: relative;
  aspect-ratio: var(--wh);
  overflow: hidden;
}
.x-img-txt .x-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in, -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in, -moz-transform 0.3s ease-in, -o-transform 0.3s ease-in;
}
.x-img-txt .x-img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.x-img-txt .x-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
}
.x-img-txt .x-txt .x-txt-p {
  line-height: 40px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .x-img-txt .x-txt .x-txt-p {
    line-height: 56px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .x-img-txt .x-txt {
    height: 56px;
    line-height: 56px;
  }
}
.x-img-txt .x-txt.sm {
  height: 32px;
  line-height: 32px;
}
.x-img-txt .x-txt.sm .x-txt-p {
  line-height: 32px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .x-img-txt .x-txt.sm .x-txt-p {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .x-img-txt .x-txt.sm {
    height: 40px;
    line-height: 40px;
  }
}

.txt-round {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt-round::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #E6E6E6;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.txt-triangle {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt-triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #E6E6E6;
  margin-right: 8px;
}

.header {
  width: 100%;
  height: 3.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  background-color: var(--blue);
}
@media (min-width: 992px) {
  .header {
    height: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .header .header-ecology {
    display: inline-block !important;
  }
}

.header-mainmenu {
  height: 100%;
  margin: 0 auto;
}
.header-mainmenu .logo-img {
  width: 95px;
  height: 26px;
}
@media (min-width: 992px) {
  .header-mainmenu .logo-img {
    width: 146px;
    height: 40px;
  }
}
.header-mainmenu .logo-right {
  max-width: 100px;
}
@media (min-width: 992px) {
  .header-mainmenu .logo-right {
    max-width: 160px;
  }
}
.header-mainmenu .navbar-area {
  width: 100px;
  height: 32px;
  background: var(--white-200);
  border-radius: 16px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .header-mainmenu .navbar-area {
    width: 117px;
  }
}
.header-mainmenu .navbar-sousuo {
  width: 135px;
  height: 32px;
  background: var(--white-200);
  border-radius: 16px;
}
.header-mainmenu .navbar-menu .nav-link.active {
  color: var(--primary);
}
.header-mainmenu .navbar-mobile .mobile-title {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 158px;
}
.header-mainmenu .navbar-mobile .mobile .mobile-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-mainmenu .navbar-mobile .mobilemenu > .in {
  height: auto !important;
}
.header-mainmenu .navbar-mobile .mobilemenu > .collapse {
  display: none !important;
}
.header-mainmenu .navbar-mobile .mobilemenu .MobileBox {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
}
.header-mainmenu .navbar-mobile .mobilemenu .MobileBox .MobileBox-shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.header-mainmenu .navbar-mobile .mobilemenu .MobileBox .MobileBox-menu {
  width: 100%;
}
.header-mainmenu .navbar-mobile .mobilemenu .navbar-menu .nav-item .nav-link.active, .header-mainmenu .navbar-mobile .mobilemenu .navbar-menu .nav-item .nav-link:hover {
  position: relative;
  color: var(--primary) !important;
}

.nav-downmenu .nav-item.show .nav-link .icon {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nav-downmenu .nav-item .nav-link {
  height: 100%;
  color: var(--black);
  outline: inherit;
  outline-offset: 0;
  position: relative;
}
.nav-downmenu .nav-item .nav-link.active {
  position: relative;
  color: var(--primary-300) !important;
}
.nav-downmenu .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 4px;
  background: var(--primary-300);
  border-radius: 3px;
}
.nav-downmenu .nav-item .nav-link:hover {
  position: relative;
  color: var(--primary-300) !important;
}
.nav-downmenu .nav-item .nav-link .icon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.nav-downmenu .nav-item .nav-hot {
  width: 13px;
  height: 13px;
  top: 0.85rem;
  right: 0.5rem;
}
.nav-downmenu .nav-item .nav-menu {
  min-width: initial;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-downmenu .nav-item .nav-menu.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-downmenu .dropdown-menu {
  min-width: auto !important;
  bottom: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
     -moz-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
       -o-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.nav-downmenu .dropdown-menu.skin1 {
  width: 288px;
  left: 0 !important;
  -webkit-transform: translateX(0%) !important;
     -moz-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
       -o-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
.nav-downmenu .dropdown-menu.skin1 .btn-task {
  color: var(--gray-600);
}
.nav-downmenu .dropdown-menu.skin1 .btn-task:hover {
  border-color: var(--orange);
  background-color: var(--white);
  color: var(--orange);
}
.nav-downmenu .dropdown-menu.skin2 {
  width: 458px;
  left: 0 !important;
  -webkit-transform: translateX(0%) !important;
     -moz-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
       -o-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
.nav-downmenu .dropdown-menu.skin2 .skincard + .skincard {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
}
.nav-downmenu .dropdown-menu.skin2 .skincard .skincard-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.nav-downmenu .dropdown-menu.skin2 .skincard .skincard-header::before {
  content: "";
  width: 4px;
  height: 14px;
  background: var(--primary-300);
  display: inline-block;
  margin-right: 4px;
}
.nav-downmenu .dropdown-menu.skin2 .skincard .skincard-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-downmenu .dropdown-menu.skin2 .skincard .skincard-body .body-lisk {
  width: -webkit-calc(100% - 33px);
  width: -moz-calc(100% - 33px);
  width: calc(100% - 33px);
}
.main {
  min-height: -webkit-calc(100vh - 116px);
  min-height: -moz-calc(100vh - 116px);
  min-height: calc(100vh - 116px);
}
@media (min-width: 992px) {
  .main {
    min-height: -webkit-calc(100vh - 394px);
    min-height: -moz-calc(100vh - 394px);
    min-height: calc(100vh - 394px);
  }
}

@media (max-width: 992px) {
  body {
    padding-bottom: 56px;
  }
}

@media (max-width: 992px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  ::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {
    display: block;
  }
  ::-webkit-scrollbar-button:vertical:end:decrement, ::-webkit-scrollbar-button:vertical:start:increment {
    display: none;
  }
  ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-track:vertical {
    border-color: transparent;
    border-style: solid;
  }
  ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb {
    min-height: 28px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  }
  ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-track:vertical {
    border-width: 0;
  }
  ::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1; /* for IE6 IE7 */
}

.pagination-skin1 .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: var(--white, 0.2);
}
.pagination-skin1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  background: var(--white);
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}
@media (min-width: 992px) {
  .pagination-skin1 .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
  }
  .pagination-skin1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.75rem;
  }
}

.bg-icon7 {
  background: url("../assets/icon-7.png") left top no-repeat;
}

.bg-icon1 {
  background: url("../assets/7705.png") no-repeat;
}

.bg-ask {
  background: url("../assets/8026.jpg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.bg-topic {
  background: url("../assets/7823.jpg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.bg-qiye {
  height: 405px;
  background: url("../assets/14277.jpg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.bg-us {
  background: url("../assets/us/U20230215-14572.jpg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.badge-hot {
  background: var(--orange);
  border-radius: 4px 0px 4px 0px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-weixin1 {
  color: #32D28A;
}

.icon-dianhua {
  color: #4AC4F5;
}

.iCard-header {
  text-align: center;
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .iCard-header {
    margin-bottom: 64px;
  }
}

.lCard-header {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .lCard-header {
    margin-bottom: 24px;
  }
}

.usBox .usBox-header {
  position: relative;
}
.usBox .usBox-header.header-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}
@media (min-width: 992px) {
  .usBox .usBox-header.header-bottom::before {
    bottom: -30px;
  }
}

.picker-option-list .picker-option {
  font-size: 14px;
}
.picker-option-list .picker-option.picker-option-active {
  background-color: var(--primary);
}

.expansion {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.praise.active {
  color: var(--primary);
}

.js-transition {
  display: none;
}
.js-transition.js-show-up {
  top: 0;
  left: 0px;
  display: block;
}
@media (min-width: 992px) {
  .js-transition.js-show-up {
    left: 44px;
  }
}
.js-transition .js-arrow-up {
  width: 100px;
}

.price-images img, .max-images img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/*
* zui使用组件
*/
.picker-selection.picker-selection-single {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.scale {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
       transform: scale(0.8);
}

.scale.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
       transform: scale(1);
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.load-indicator {
  position: relative;
}

.load-indicator:before,
.load-indicator:after {
  position: absolute;
  color: #808080;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.load-indicator:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  content: attr(data-loading);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.load-indicator[data-loading]:before {
  padding-top: 50px;
}

.load-indicator:after {
  top: 50%;
  left: 50%;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-family: ZenIcon;
  font-size: 14px;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 30px;
  text-transform: none;
  content: "\e97c";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.load-indicator.loading:before,
.load-indicator.loading:after {
  visibility: visible;
  opacity: 1;
}

.messager {
  display: table;
  margin: 10px;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  background-color: #353535;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition-property: opacity, -webkit-transform !important;
  -o-transition-property: opacity, -o-transform !important;
  transition-property: opacity, -webkit-transform !important;
  -moz-transition-property: opacity, transform, -moz-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform !important;
  transition-property: opacity, transform, -webkit-transform, -o-transform !important;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.messager-icon {
  display: table-cell;
  padding: 10px 0 10px 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.messager-content {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: top;
}

.messager-content a {
  font-weight: bold;
  color: inherit;
}

.messager-title {
  font-size: 16px;
  font-weight: bold;
}

.messager-title + .messager-text {
  margin-top: 10px;
}

.messager-actions {
  display: table-cell;
  vertical-align: top;
}

.messager-actions > .action {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: #fafafa;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-shadow: none;
  background: none;
  border: none;
}

.messager-actions > .action.close {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}

.messager-actions > .action:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.messager-actions .action-icon + .action-text {
  margin-left: 8px;
}

.messagers-holder {
  position: fixed;
  z-index: 99999;
  padding: 10px;
  pointer-events: none;
}

.messagers-holder.top {
  top: 0;
}

.messagers-holder.top-left {
  top: 0;
  left: 0;
}

.messagers-holder.top-right {
  top: 0;
  right: 0;
}

.messagers-holder.bottom {
  bottom: 0;
}

.messagers-holder.bottom-left {
  bottom: 0;
  left: 0;
}

.messagers-holder.bottom-right {
  right: 0;
  bottom: 0;
}

.messagers-holder.top-right .messager,
.messagers-holder.bottom-right .messager {
  margin-left: auto;
}

.messagers-holder.center {
  top: 0;
}

.messagers-holder.top,
.messagers-holder.bottom,
.messagers-holder.center {
  right: 0;
  left: 0;
}

.messagers-holder.top .messager,
.messagers-holder.bottom .messager,
.messagers-holder.center .messager {
  margin: 10px auto;
}

.messager-notification {
  min-width: 250px;
  max-width: 400px;
  border-radius: 4px;
}

.messager-notification .messager-icon {
  width: 42px;
  vertical-align: middle;
}

.messager-notification .messager-content {
  vertical-align: middle;
}

.messager-text > p:last-child {
  margin: 0;
}

.messager-primary {
  background-color: #3280fc;
}

.messager-success {
  background-color: #38b03f;
}

.messager-info {
  background-color: #03b8cf;
}

.messager-warning {
  background-color: #f1a325;
}

.messager-danger {
  background-color: #ea644a;
}

.messager-important {
  background-color: #bd7b46;
}

.messager-special {
  background-color: #8666b8;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cbcbcb;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #353535;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ddd;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-hover .dropdown-menu {
  margin: -1px 0;
}

.dropdown-hover:hover > .dropdown-menu,
.open > .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-hover:hover > a,
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.53846154;
  color: #808080;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0 dotted;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 4px;
}

.dropdown-submenu.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 4px;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  content: " ";
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu > a {
  min-width: 160px;
}

.dropdown-submenu > .dropdown-menu.pull-left {
  right: 100%;
  left: auto;
}

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

.input-control-icon-left,
.input-control-icon-right,
.input-control-label-left,
.input-control-label-right {
  position: absolute;
  top: 1px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  opacity: 0.5;
}

.input-control-icon-left,
.input-control-icon-right {
  width: 30px;
  text-align: center;
}

.input-control-label-left,
.input-control-icon-left {
  left: 1px;
}

.input-control-label-right,
.input-control-icon-right {
  right: 1px;
}

.input-control-label-left,
.input-control-label-right {
  width: 70px;
  padding: 0 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.has-label-left-sm > .input-control-label-left,
.has-label-left-sm > .input-control-label-right {
  width: 55px;
}

.has-label-left-lg > .input-control-label-left,
.has-label-left-lg > .input-control-label-right {
  width: 95px;
}

.input-control {
  position: relative;
}

.input-control.has-icon-left > .form-control {
  padding-left: 30px;
}

.input-control.has-icon-right > .form-control {
  padding-right: 30px;
}

.input-control.has-label-left > .form-control {
  padding-left: 70px;
}

.input-control.has-label-right > .form-control {
  padding-right: 70px;
}

.input-control.has-label-left-sm > .form-control {
  padding-left: 55px;
}

.input-control.has-label-right-sm > .form-control {
  padding-right: 55px;
}

.input-control.has-label-left-lg > .form-control {
  padding-left: 95px;
}

.input-control.has-label-right-lg > .form-control {
  padding-right: 95px;
}

.input-control > a:hover {
  background-color: #f1f1f1;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
}

.form-control::-moz-placeholder {
  color: #808080;
}

.form-control:-ms-input-placeholder {
  color: #808080;
}

.form-control:-moz-placeholder {
  color: #808080;
}

.form-control::placeholder {
  color: #808080;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.form-control.focus {
  border-color: #145ccd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e5e5e5;
}

.form-control[readonly] {
  cursor: default;
}

textarea.form-control {
  height: auto;
  min-height: 32px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 3px;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #282828;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.alert hr {
  border-top-color: #e4e4e4;
}

.alert .alert-link {
  color: #161616;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert hr {
  margin: 10px 0;
}

.alert p,
.alert ul {
  margin-bottom: 0;
}

.alert p + p {
  margin-top: 5px;
}

.alert-link {
  font-weight: bold;
}

.alert > [class*=icon-] {
  float: left;
  margin-top: -5px;
  font-size: 42px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.alert > [class*=icon-] + .content {
  min-height: 30px;
  margin-left: 64px;
}

.alert.with-icon {
  display: table;
  width: 100%;
}

.alert.with-icon > [class*=icon-],
.alert.with-icon > [class*=icon-] + .content {
  display: table-cell;
  float: none;
  min-height: 0;
  margin: 0;
  vertical-align: middle;
}

.alert.with-icon > [class*=icon-] {
  width: 48px;
  text-align: center;
}

.alert.with-icon > [class*=icon-] + .content {
  padding-left: 1em;
}

.alert-block {
  margin: 0;
  border-radius: 0;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -6px;
  right: -21px;
  color: inherit;
}

.alert-primary {
  color: #282828;
  background-color: #ebf2f9;
}

.alert-primary hr {
  border-top-color: #d0e0f1;
}

.alert-primary .alert-link {
  color: #161616;
}

.alert-success {
  color: #329d38;
  background-color: #ddf4df;
}

.alert-success hr {
  border-top-color: #bae8b6;
}

.alert-success .alert-link {
  color: #29822e;
}

.alert-info {
  color: #03a2b6;
  background-color: #ddf3f5;
}

.alert-info hr {
  border-top-color: #a2e4de;
}

.alert-info .alert-link {
  color: #028293;
}

.alert-warning {
  color: #ed980f;
  background-color: #fff0d5;
}

.alert-warning hr {
  border-top-color: #ffdcbc;
}

.alert-warning .alert-link {
  color: #cc830d;
}

.alert-danger {
  color: #e75033;
  background-color: #ffe5e0;
}

.alert-danger hr {
  border-top-color: #ffc6c7;
}

.alert-danger .alert-link {
  color: #dd391a;
}

.alert-inverse {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}

.alert-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-inverse {
  color: #fff;
  background-color: #3280fc;
  border-color: #3280fc;
}

.alert-primary-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-primary-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-inverse {
  color: #fff;
  background-color: #38b03f;
  border-color: #38b03f;
}

.alert-success-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-success-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-inverse {
  color: #fff;
  background-color: #03b8cf;
  border-color: #03b8cf;
}

.alert-info-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-info-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-warning-inverse {
  color: #fff;
  background-color: #f1a325;
  border-color: #f1a325;
}

.alert-warning-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-warning-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-danger-inverse {
  color: #fff;
  background-color: #ea644a;
  border-color: #ea644a;
}

.alert-danger-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-danger-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.breadcrumb {
  padding: 16px 0px 8px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb > .item + .item:before {
  padding: 0 1px;
  color: #ccc;
  content: "\e8f1";
}

.breadcrumb > .active {
  color: #333333;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
       transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
       transform: translate(0, 0);
}

.modal > .loader {
  display: none;
}

.modal.modal-loading .loader,
.modal.modal-updating .loader {
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  width: 80px;
  margin-left: -40px;
  font-size: 56px;
  color: #fff;
  text-align: center;
}

.modal.modal-loading .modal-dialog {
  opacity: 0;
}

.modal.modal-updating .modal-dialog {
  opacity: 1;
}

.modal.modal-updating .modal-body {
  opacity: 0;
}

.modal.modal-updating .loader {
  z-index: 1;
  color: #eee;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-iframe .modal-body {
  overflow: hidden !important;
}

.modal-iframe .modal-body > iframe {
  border-radius: 0 0 6px 6px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: initial;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-dialog.modal-moveable {
  position: absolute;
  margin: 0;
}

.modal-dialog.modal-moveable .modal-header {
  cursor: move;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.53846154px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.53846154;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group-vertical .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (max-width: 992px) {
  .modal-sm {
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* full screen modal */
.modal-fullscreen {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.modal-scroll-inside {
  overflow: hidden !important;
}

.body-modal-scroll-inside {
  overflow: auto;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #353535;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #353535;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #353535;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip-primary .tooltip-inner {
  background-color: #3280fc;
}

.tooltip-primary.tooltip.top .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.top-left .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.top-right .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.right .tooltip-arrow {
  border-right-color: #3280fc;
}

.tooltip-primary.tooltip.left .tooltip-arrow {
  border-left-color: #3280fc;
}

.tooltip-primary.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-primary.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-primary.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-success .tooltip-inner {
  background-color: #38b03f;
}

.tooltip-success.tooltip.top .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.top-left .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.top-right .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.right .tooltip-arrow {
  border-right-color: #38b03f;
}

.tooltip-success.tooltip.left .tooltip-arrow {
  border-left-color: #38b03f;
}

.tooltip-success.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-success.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-success.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-info .tooltip-inner {
  background-color: #03b8cf;
}

.tooltip-info.tooltip.top .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.top-left .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.top-right .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.right .tooltip-arrow {
  border-right-color: #03b8cf;
}

.tooltip-info.tooltip.left .tooltip-arrow {
  border-left-color: #03b8cf;
}

.tooltip-info.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-info.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-info.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-warning .tooltip-inner {
  background-color: #f1a325;
}

.tooltip-warning.tooltip.top .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.top-left .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.top-right .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.right .tooltip-arrow {
  border-right-color: #f1a325;
}

.tooltip-warning.tooltip.left .tooltip-arrow {
  border-left-color: #f1a325;
}

.tooltip-warning.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-warning.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-warning.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-danger .tooltip-inner {
  background-color: #ea644a;
}

.tooltip-danger.tooltip.top .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.top-left .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.top-right .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.right .tooltip-arrow {
  border-right-color: #ea644a;
}

.tooltip-danger.tooltip.left .tooltip-arrow {
  border-left-color: #ea644a;
}

.tooltip-danger.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.tooltip-danger.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.tooltip-danger.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*!
 * ZUI: 下拉选择器 - v1.10.0 - 2021-11-04
 * http://openzui.com
 * GitHub: https://github.com/easysoft/zui.git 
 * Copyright (c) 2021 cnezsoft.com; Licensed MIT
 */
.picker {
  min-height: 32px;
  background-color: #eee;
}

.picker:not(.picker-ready) > * {
  display: none;
}

.picker-selections {
  position: relative;
  min-height: 32px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.picker-focus .picker-selections {
  border-color: #145ccd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6);
}

.picker-multi .picker-selections {
  padding: 3px;
}

.picker-multi.picker-focus .picker-selections:before {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 24px;
  height: 14px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  content: "\e603";
  opacity: 0.4;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-multi.picker-focus.picker-loading .picker-selections::before {
  display: inline-block;
  content: "\e97c";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
}

.picker-multi .picker-selection {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 5px;
  margin: 2px;
  line-height: 18px;
  background-color: #f1f1f1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.picker-selection-single {
  max-width: 100%;
  padding: 5px 20px 5px 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.picker-focus .picker-selection-single .picker-selection-text {
  display: none;
}

.picker-selection-single::before {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 24px;
  height: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  content: "\e6d8";
  color: #fff;
  opacity: 0.4;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-focus .picker-selection-single::after {
  content: "";
}

.picker-focus.picker-loading .picker-selection-single::after {
  display: inline-block;
  content: "";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
}

.picker-selection-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0.2;
}

.picker-selection-remove:before {
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  text-transform: none;
  content: "×";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-selection-remove:hover {
  opacity: 0.5;
}

.picker-single .picker-selection-remove {
  top: 5px;
  right: 20px;
  z-index: 1;
}

.picker-no-value .picker-selection-remove,
.picker-single.picker-focus .picker-selection-remove {
  display: none;
}

.picker-multi.picker-sortable .picker-selection-text {
  cursor: move;
}

.picker-search {
  color: transparent;
  background: 0 0;
  border: none;
}

.picker-search:focus {
  color: inherit;
  outline: 0;
}

.picker-single .picker-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 5px 8px;
}

.picker-multi .picker-search {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  max-width: 100%;
  padding: 0 2px;
  margin: 2px 0;
}

.picker-placeholder {
  position: absolute;
  top: 5px;
  right: 20px;
  left: 8px;
  z-index: 0;
  display: none;
  overflow: hidden;
  color: grey;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.picker-no-value.picker-focus .picker-placeholder {
  display: none;
}

.picker-input-empty.picker-focus.picker-no-value .picker-placeholder,
.picker-no-value .picker-placeholder {
  display: block;
}

.picker-drop-menu {
  position: fixed;
  z-index: 1200;
  display: none;
  min-width: 100px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.picker-drop-menu.picker-drop-show {
  display: block;
}

.picker-drop-menu.picker-has-message {
  min-height: 22px;
  padding-bottom: 22px;
}

.picker-option-list {
  padding: 5px 0;
  margin: 0;
  overflow-y: auto;
}

.picker-no-options .picker-option-list {
  display: none;
}

.picker-option {
  display: block;
  min-height: 30px;
  padding: 5px 10px;
  overflow: hidden;
  clear: both;
  font-weight: 400;
  line-height: 1.53846154;
  color: #353535;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.picker-single .picker-option.picker-option-selected {
  color: #3280fc;
  background: #ebf2f9;
}

.picker-option:focus,
.picker-option:hover {
  text-decoration: none;
}

.picker-option.picker-option-active,
.picker-single .picker-option.picker-option-selected.picker-option-active {
  color: #fff;
  background-color: #3280fc;
}

.picker-multi .picker-option.picker-option-selected,
.picker-multi .picker-option.picker-option-selected.picker-option-active {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
}

.picker-option-text-matched {
  position: relative;
  color: #3280fc;
}

.picker-option-text-matched:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  height: 2px;
  content: " ";
  background-color: #3280fc;
  border-radius: 2px;
  opacity: 0.5;
}

.picker-option-active .picker-option-text-matched,
.picker-option:hover .picker-option-text-matched {
  color: #fff;
}

.picker-option-active .picker-option-text-matched:before,
.picker-option:hover .picker-option-text-matched:before {
  background-color: #fff;
}

.picker-message {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 22px;
  padding: 2px 5px;
  overflow: hidden;
  font-size: 12px;
  color: grey;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f1f1f1;
}

.picker-has-message .picker-message {
  display: block;
}

.picker-message[data-type=danger] {
  color: #ea644a;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999999;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #999999;
}

code {
  font-size: 87.5%;
  color: #6464F8;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1a1a1a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
.container-xl, .container-lg, .container-sm, .container {
  max-width: 720px;
}

@media (min-width: 992px) {
  .container-lg, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-flex: 0 0 33.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-flex: 0 0 16.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-flex: 0 0 8.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-flex: 0 0 16.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-flex: 0 0 41.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-flex: 0 0 66.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-flex: 0 0 91.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/* define bootstrap 5 columns */
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1-5 {
  max-width: 20%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    max-width: 20%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-md-1-5 {
    max-width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    max-width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-xl-1-5 {
    max-width: 20%;
    float: left;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none !important;
  border-radius: 0.25rem;
  -webkit-transition: theme-colors;
  -o-transition: theme-colors;
  -moz-transition: theme-colors;
  transition: theme-colors;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  background-color: #cccccc;
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #6464F8;
  border-color: #6464F8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3f3ff6;
  border-color: #3333f6;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3f3ff6;
  border-color: #3333f6;
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 249, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3333f6;
  border-color: #2727f5;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 249, 0.5);
}

.btn-primary-200 {
  color: #1a1a1a;
  background-color: #8A8AFA;
  border-color: #8A8AFA;
}
.btn-primary-200:hover {
  color: #fff;
  background-color: #6565f8;
  border-color: #5959f8;
}
.btn-primary-200:focus, .btn-primary-200.focus {
  color: #fff;
  background-color: #6565f8;
  border-color: #5959f8;
  box-shadow: 0 0 0 0.2rem rgba(121, 121, 216, 0.5);
}
.btn-primary-200.disabled, .btn-primary-200:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-primary-200:not(:disabled):not(.disabled):active, .btn-primary-200:not(:disabled):not(.disabled).active, .show > .btn-primary-200.dropdown-toggle {
  color: #fff;
  background-color: #5959f8;
  border-color: #4d4df7;
}
.btn-primary-200:not(:disabled):not(.disabled):active:focus, .btn-primary-200:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 121, 216, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #FF4B16;
  border-color: #FF4B16;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ef3600;
  border-color: #e23300;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #ef3600;
  border-color: #e23300;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 57, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e23300;
  border-color: #d53100;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 57, 0.5);
}

.btn-white {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-white-800 {
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-white-800:hover {
  color: #1a1a1a;
  background-color: rgba(236, 236, 236, 0.8);
  border-color: rgba(230, 230, 230, 0.8);
}
.btn-white-800:focus, .btn-white-800.focus {
  color: #1a1a1a;
  background-color: rgba(236, 236, 236, 0.8);
  border-color: rgba(230, 230, 230, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}
.btn-white-800.disabled, .btn-white-800:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-white-800:not(:disabled):not(.disabled):active, .btn-white-800:not(:disabled):not(.disabled).active, .show > .btn-white-800.dropdown-toggle {
  color: #1a1a1a;
  background-color: rgba(230, 230, 230, 0.8);
  border-color: rgba(223, 223, 223, 0.8);
}
.btn-white-800:not(:disabled):not(.disabled):active:focus, .btn-white-800:not(:disabled):not(.disabled).active:focus, .show > .btn-white-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-gray-100 {
  color: #1a1a1a;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-gray-100:hover {
  color: #1a1a1a;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-gray-100:focus, .btn-gray-100.focus {
  color: #1a1a1a;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-gray-400 {
  color: #1a1a1a;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-gray-400:hover {
  color: #1a1a1a;
  background-color: lightgray;
  border-color: #cdcdcd;
}
.btn-gray-400:focus, .btn-gray-400.focus {
  color: #1a1a1a;
  background-color: lightgray;
  border-color: #cdcdcd;
  box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #1a1a1a;
  background-color: #cdcdcd;
  border-color: #c6c6c6;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-warning {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #1a1a1a;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1a1a1a;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-black:hover {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-outline-primary {
  color: #6464F8;
  border-color: #6464F8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6464F8;
  border-color: #6464F8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 100, 248, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6464F8;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6464F8;
  border-color: #6464F8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 100, 248, 0.5);
}

.btn-outline-primary-200 {
  color: #8A8AFA;
  border-color: #8A8AFA;
}
.btn-outline-primary-200:hover {
  color: #1a1a1a;
  background-color: #8A8AFA;
  border-color: #8A8AFA;
}
.btn-outline-primary-200:focus, .btn-outline-primary-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 138, 250, 0.5);
}
.btn-outline-primary-200.disabled, .btn-outline-primary-200:disabled {
  color: #8A8AFA;
  background-color: transparent;
}
.btn-outline-primary-200:not(:disabled):not(.disabled):active, .btn-outline-primary-200:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-200.dropdown-toggle {
  color: #1a1a1a;
  background-color: #8A8AFA;
  border-color: #8A8AFA;
}
.btn-outline-primary-200:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 138, 250, 0.5);
}

.btn-outline-orange {
  color: #FF4B16;
  border-color: #FF4B16;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #FF4B16;
  border-color: #FF4B16;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 22, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #FF4B16;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #FF4B16;
  border-color: #FF4B16;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 22, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white-800 {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-white-800:hover {
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-white-800:focus, .btn-outline-white-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-800.disabled, .btn-outline-white-800:disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.btn-outline-white-800:not(:disabled):not(.disabled):active, .btn-outline-white-800:not(:disabled):not(.disabled).active, .show > .btn-outline-white-800.dropdown-toggle {
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-white-800:not(:disabled):not(.disabled):active:focus, .btn-outline-white-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-100 {
  color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-gray-100:hover {
  color: #1a1a1a;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #FAFAFA;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #1a1a1a;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-gray-400 {
  color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-gray-400:hover {
  color: #1a1a1a;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #E6E6E6;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #1a1a1a;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-gray-800 {
  color: #333333;
  border-color: #333333;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-black {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #1a1a1a;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #6464F8;
  text-decoration: none;
}
.btn-link:hover {
  color: #1b1bf5;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #999999;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  box-shadow: none !important;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  box-shadow: none !important;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .btn-lg-inline-block {
    display: inline-block;
    width: auto;
  }
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-collection {
  background-color: var(--gray-200);
  color: var(--gray-700);
}
.btn-collection.activ {
  color: var(--primary) !important;
  background-color: var(--primary-100) !important;
  border-color: var(--primary-100) !important;
}
.btn-collection.activ .icon {
  color: var(--redwine) !important;
}

.btn-upload {
  display: block;
  background-color: var(--gray-200);
  color: var(--gray-700);
}
.btn-upload:hover, .btn-upload.active {
  border: 1px solid var(--orange) !important;
  color: var(--orange) !important;
  background-color: var(--orange-100) !important;
}

.btn-cmusic {
  display: block;
  background-color: var(--white);
  border-color: var(--gray-600);
  color: var(--gray-600);
}
.btn-cmusic.active, .btn-cmusic:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: var(--orange-100);
}

.btn-consultation:hover, .btn-consultation.active {
  color: #333333 !important;
}

.btn-ask {
  color: #999999;
  border: 1px solid #E6E6E6;
}
.btn-ask:hover, .btn-ask.active {
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.btn-zan {
  color: #999999;
  border: 1px solid #E6E6E6;
}
.btn-zan:hover, .btn-zan.active {
  color: var(--white) !important;
  border: 1px solid var(--primary) !important;
  background-color: var(--primary) !important;
}

.card {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 26, 26, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: -moz-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: -moz-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(26, 26, 26, 0.03);
  border-bottom: 1px solid rgba(26, 26, 26, 0.125);
}
.card-header:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(26, 26, 26, 0.03);
  border-top: 1px solid rgba(26, 26, 26, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
  border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: -moz-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: -moz-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: -moz-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-flex: 1 0 0%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-flex: 1 0 0%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.starCard, .listCard {
  border-radius: 0.25rem;
  padding: 1rem !important;
}
.starCard .starCard-header, .starCard .listCard-header, .listCard .starCard-header, .listCard .listCard-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.starCard .starCard-header .header-title, .starCard .listCard-header .header-title, .listCard .starCard-header .header-title, .listCard .listCard-header .header-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.starCard .starCard-header .header-url, .starCard .listCard-header .header-url, .listCard .starCard-header .header-url, .listCard .listCard-header .header-url {
  margin-left: auto;
  font-size: 0.875rem;
  color: var(--gray-600);
}
.starCard .starCard-header .header-url:hover, .starCard .listCard-header .header-url:hover, .listCard .starCard-header .header-url:hover, .listCard .listCard-header .header-url:hover {
  color: var(--primary);
}
@media (min-width: 992px) {
  .starCard, .listCard {
    padding: 1.25rem !important;
  }
  .starCard .starCard-header, .starCard .listCard-header, .listCard .starCard-header, .listCard .listCard-header {
    margin-bottom: 1.25rem;
  }
  .starCard .starCard-header .header-title, .starCard .listCard-header .header-title, .listCard .starCard-header .header-title, .listCard .listCard-header .header-title {
    font-size: 1.375rem;
  }
}

.aiCard:hover .starCard-bottomShow.star-lh-44 {
  height: 2.75rem;
}
.aiCard .starCard-bottomShow {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.15s;
  -o-transition: height 0.15s;
  -moz-transition: height 0.15s;
  transition: height 0.15s;
}

.tabCard .tabCard-header .tabCard-nav .nav-link {
  background-color: var(--gray-400);
}
.tabCard .tabCard-header .tabCard-nav .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
}

.media {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-blue {
  background-color: #0A0A50 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #040423 !important;
}

.bg-primary {
  background-color: #6464F8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3333f6 !important;
}

.bg-primary-800 {
  background-color: rgba(100, 100, 248, 0.8) !important;
}

a.bg-primary-800:hover, a.bg-primary-800:focus,
button.bg-primary-800:hover,
button.bg-primary-800:focus {
  background-color: rgba(51, 51, 246, 0.8) !important;
}

.bg-primary-400 {
  background-color: #3D3D7B !important;
}

a.bg-primary-400:hover, a.bg-primary-400:focus,
button.bg-primary-400:hover,
button.bg-primary-400:focus {
  background-color: #2c2c59 !important;
}

.bg-primary-300 {
  background-color: #6464F8 !important;
}

a.bg-primary-300:hover, a.bg-primary-300:focus,
button.bg-primary-300:hover,
button.bg-primary-300:focus {
  background-color: #3333f6 !important;
}

.bg-primary-200 {
  background-color: #8A8AFA !important;
}

a.bg-primary-200:hover, a.bg-primary-200:focus,
button.bg-primary-200:hover,
button.bg-primary-200:focus {
  background-color: #5959f8 !important;
}

.bg-primary-100 {
  background-color: #ECECFE !important;
}

a.bg-primary-100:hover, a.bg-primary-100:focus,
button.bg-primary-100:hover,
button.bg-primary-100:focus {
  background-color: #bcbcfb !important;
}

.bg-orange {
  background-color: #FF4B16 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #e23300 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #28a745 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #1e7e34 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #999999 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: gray !important;
}

.bg-gray-dark {
  background-color: #333333 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1a1a1a !important;
}

.bg-footer {
  background-color: #000033 !important;
}

a.bg-footer:hover, a.bg-footer:focus,
button.bg-footer:hover,
button.bg-footer:focus {
  background-color: black !important;
}

.bg-gray-100 {
  background-color: #FAFAFA !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #e1e1e1 !important;
}

.bg-gray-200 {
  background-color: #F2F4F7 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #d2d9e4 !important;
}

.bg-gray-300 {
  background-color: #f0f0f0 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #d7d7d7 !important;
}

.bg-gray-400 {
  background-color: #E6E6E6 !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #cdcdcd !important;
}

.bg-gray-500 {
  background-color: #cccccc !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #b3b3b3 !important;
}

.bg-gray-600 {
  background-color: #999999 !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: gray !important;
}

.bg-gray-700 {
  background-color: #666666 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #4d4d4d !important;
}

.bg-gray-800 {
  background-color: #333333 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1a1a1a !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

.bg-white-100 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

a.bg-white-100:hover, a.bg-white-100:focus,
button.bg-white-100:hover,
button.bg-white-100:focus {
  background-color: rgba(230, 230, 230, 0.1) !important;
}

.bg-white-200 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

a.bg-white-200:hover, a.bg-white-200:focus,
button.bg-white-200:hover,
button.bg-white-200:focus {
  background-color: rgba(230, 230, 230, 0.2) !important;
}

.bg-white-400 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

a.bg-white-400:hover, a.bg-white-400:focus,
button.bg-white-400:hover,
button.bg-white-400:focus {
  background-color: rgba(230, 230, 230, 0.4) !important;
}

.bg-white-600 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

a.bg-white-600:hover, a.bg-white-600:focus,
button.bg-white-600:hover,
button.bg-white-600:focus {
  background-color: rgba(230, 230, 230, 0.6) !important;
}

.bg-white-800 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

a.bg-white-800:hover, a.bg-white-800:focus,
button.bg-white-800:hover,
button.bg-white-800:focus {
  background-color: rgba(230, 230, 230, 0.8) !important;
}

.bg-black {
  background-color: #1a1a1a !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #010101 !important;
}

.bg-black-400 {
  background-color: rgba(26, 26, 26, 0.4) !important;
}

a.bg-black-400:hover, a.bg-black-400:focus,
button.bg-black-400:hover,
button.bg-black-400:focus {
  background-color: rgba(1, 1, 1, 0.4) !important;
}

.bg-black-600 {
  background-color: rgba(26, 26, 26, 0.6) !important;
}

a.bg-black-600:hover, a.bg-black-600:focus,
button.bg-black-600:hover,
button.bg-black-600:focus {
  background-color: rgba(1, 1, 1, 0.6) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient1 {
  background: -webkit-linear-gradient(137deg, #C075FE 0%, #9355FA 100%);
  background: -moz-linear-gradient(137deg, #C075FE 0%, #9355FA 100%);
  background: -o-linear-gradient(137deg, #C075FE 0%, #9355FA 100%);
  background: linear-gradient(313deg, #C075FE 0%, #9355FA 100%);
}

.bg-gradient2 {
  background: -webkit-linear-gradient(137deg, #FD9993 0%, #E8655B 100%);
  background: -moz-linear-gradient(137deg, #FD9993 0%, #E8655B 100%);
  background: -o-linear-gradient(137deg, #FD9993 0%, #E8655B 100%);
  background: linear-gradient(313deg, #FD9993 0%, #E8655B 100%);
}

.bg-gradient3 {
  background: -webkit-linear-gradient(137deg, #5BCDF9 0%, #72A0FF 100%);
  background: -moz-linear-gradient(137deg, #5BCDF9 0%, #72A0FF 100%);
  background: -o-linear-gradient(137deg, #5BCDF9 0%, #72A0FF 100%);
  background: linear-gradient(313deg, #5BCDF9 0%, #72A0FF 100%);
}

.bg-gradient4 {
  background: -webkit-linear-gradient(314deg, #6FE6AA 0%, #60C7C6 100%);
  background: -moz-linear-gradient(314deg, #6FE6AA 0%, #60C7C6 100%);
  background: -o-linear-gradient(314deg, #6FE6AA 0%, #60C7C6 100%);
  background: linear-gradient(136deg, #6FE6AA 0%, #60C7C6 100%);
}

.border {
  border: 1px solid #f0f0f0 !important;
}

.border-top {
  border-top: 1px solid #f0f0f0 !important;
}

.border-right {
  border-right: 1px solid #f0f0f0 !important;
}

.border-bottom {
  border-bottom: 1px solid #f0f0f0 !important;
}

.border-left {
  border-left: 1px solid #f0f0f0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #6464F8 !important;
}

.border-secondary {
  border-color: #999999 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #ECECFE !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #FF4B16 !important;
}

.border-light {
  border-color: #FAFAFA !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-gray-100 {
  border-color: #FAFAFA !important;
}

.border-gray-200 {
  border-color: #F2F4F7 !important;
}

.border-gray-300 {
  border-color: #f0f0f0 !important;
}

.border-gray-400 {
  border-color: #E6E6E6 !important;
}

.border-gray-500 {
  border-color: #cccccc !important;
}

.border-gray-600 {
  border-color: #999999 !important;
}

.border-gray-700 {
  border-color: #666666 !important;
}

.border-gray-800 {
  border-color: #333333 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.border-white-100 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-white-200 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-white-400 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.border-white-600 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.border-white-800 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d--webkit-box {
  display: -webkit-box !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm--webkit-box {
    display: -webkit-box !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg--webkit-box {
    display: -webkit-box !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl--webkit-box {
    display: -webkit-box !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print--webkit-box {
    display: -webkit-box !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-flex: 1 1 auto !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
     -moz-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
     -moz-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch !important;
     -moz-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch; /* ios 自带滚动条不平滑解决方法 */
}

.overflow-x-hidden {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch; /* ios 自带滚动条不平滑解决方法 */
}

.overflow-y-auto {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; /* ios 自带滚动条不平滑解决方法 */
}

.overflow-y-hidden {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch; /* ios 自带滚动条不平滑解决方法 */
}

.overflow-webkit::-webkit-scrollbar {
  display: none;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(26, 26, 26, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(26, 26, 26, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(26, 26, 26, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.m-10 {
  margin: 4.75rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.75rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.75rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.75rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 2.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 2.5rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.p-10 {
  padding: 4.75rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.75rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.75rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.75rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.75rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -2.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -2.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -2.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -2.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -2.5rem !important;
}

.m-n8 {
  margin: -3rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3rem !important;
}

.m-n9 {
  margin: -4rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}

.m-n10 {
  margin: -4.75rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -4.75rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -4.75rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -4.75rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -4.75rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  .m-sm-8 {
    margin: 3rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
  }
  .m-sm-10 {
    margin: 4.75rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important;
  }
  .p-sm-8 {
    padding: 3rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
  }
  .p-sm-10 {
    padding: 4.75rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.75rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n6 {
    margin: -2rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important;
  }
  .m-sm-n7 {
    margin: -2.5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n8 {
    margin: -3rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3rem !important;
  }
  .m-sm-n9 {
    margin: -4rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4rem !important;
  }
  .m-sm-n10 {
    margin: -4.75rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  .m-lg-8 {
    margin: 3rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.75rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important;
  }
  .p-lg-8 {
    padding: 3rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.75rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.75rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n6 {
    margin: -2rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important;
  }
  .m-lg-n7 {
    margin: -2.5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n8 {
    margin: -3rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -4.75rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important;
  }
  .m-xl-8 {
    margin: 3rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.75rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important;
  }
  .p-xl-8 {
    padding: 3rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.75rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.75rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important;
  }
  .m-xl-n7 {
    margin: -2.5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n8 {
    margin: -3rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -4.75rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-blue {
  color: #0A0A50 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #02020c !important;
}

.text-primary {
  color: #6464F8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1b1bf5 !important;
}

.text-primary-800 {
  color: rgba(100, 100, 248, 0.8) !important;
}

a.text-primary-800:hover, a.text-primary-800:focus {
  color: rgba(27, 27, 245, 0.8) !important;
}

.text-primary-400 {
  color: #3D3D7B !important;
}

a.text-primary-400:hover, a.text-primary-400:focus {
  color: #242448 !important;
}

.text-primary-300 {
  color: #6464F8 !important;
}

a.text-primary-300:hover, a.text-primary-300:focus {
  color: #1b1bf5 !important;
}

.text-primary-200 {
  color: #8A8AFA !important;
}

a.text-primary-200:hover, a.text-primary-200:focus {
  color: #4141f7 !important;
}

.text-primary-100 {
  color: #ECECFE !important;
}

a.text-primary-100:hover, a.text-primary-100:focus {
  color: #a3a3fa !important;
}

.text-orange {
  color: #FF4B16 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #c92e00 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #ba8b00 !important;
}

.text-green {
  color: #28a745 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #19692c !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray {
  color: #999999 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #737373 !important;
}

.text-gray-dark {
  color: #333333 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #0d0d0d !important;
}

.text-footer {
  color: #000033 !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: black !important;
}

.text-gray-100 {
  color: #FAFAFA !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #d4d4d4 !important;
}

.text-gray-200 {
  color: #F2F4F7 !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #c3ccda !important;
}

.text-gray-300 {
  color: #f0f0f0 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #cacaca !important;
}

.text-gray-400 {
  color: #E6E6E6 !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: silver !important;
}

.text-gray-500 {
  color: #cccccc !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #a6a6a6 !important;
}

.text-gray-600 {
  color: #999999 !important;
}

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #737373 !important;
}

.text-gray-700 {
  color: #666666 !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #404040 !important;
}

.text-gray-800 {
  color: #333333 !important;
}

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #0d0d0d !important;
}

.text-gray-900 {
  color: #212529 !important;
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-white-100 {
  color: rgba(255, 255, 255, 0.1) !important;
}

a.text-white-100:hover, a.text-white-100:focus {
  color: rgba(217, 217, 217, 0.1) !important;
}

.text-white-200 {
  color: rgba(255, 255, 255, 0.2) !important;
}

a.text-white-200:hover, a.text-white-200:focus {
  color: rgba(217, 217, 217, 0.2) !important;
}

.text-white-400 {
  color: rgba(255, 255, 255, 0.4) !important;
}

a.text-white-400:hover, a.text-white-400:focus {
  color: rgba(217, 217, 217, 0.4) !important;
}

.text-white-600 {
  color: rgba(255, 255, 255, 0.6) !important;
}

a.text-white-600:hover, a.text-white-600:focus {
  color: rgba(217, 217, 217, 0.6) !important;
}

.text-white-800 {
  color: rgba(255, 255, 255, 0.8) !important;
}

a.text-white-800:hover, a.text-white-800:focus {
  color: rgba(217, 217, 217, 0.8) !important;
}

.text-black {
  color: #1a1a1a !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-black-400 {
  color: rgba(26, 26, 26, 0.4) !important;
}

a.text-black-400:hover, a.text-black-400:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}

.text-black-600 {
  color: rgba(26, 26, 26, 0.6) !important;
}

a.text-black-600:hover, a.text-black-600:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-body {
  color: #1a1a1a !important;
}

.text-muted {
  color: #999999 !important;
}

.text-black-50 {
  color: rgba(26, 26, 26, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
.detail-menu{margin-bottom:10px;background:#f7f7f7;padding:5px 15px;}
.detail-menu div{padding:10px 20px;line-height:24px;font-size:18px;position:relative;overflow:hidden;}
.detail-menu div:before{content:'';background:#ff3c00;width:5px;height:24px;position:absolute;left:0px;border-radius:3px 3px 0px 0px}
.detail-menu div:after{content:'';position:absolute;top:48%;border-top:1px solid #EEE;width:100%;height:1px;margin-left:15px;}
.detail-menu ul{padding:8px 0px}
.detail-menu li{height:32px;line-height:32px;padding-left:15px;color: #666;}
.detail-menu li a{color:#ff3c00}.content-default-style1 img{max-width:100%;display:block}.content-default-style1 h2{margin-top:30px;margin-bottom:16px;font-size:1.25rem;color:#1a1a1a;position:relative;overflow:hidden;padding-left:16px;font-weight:bold}@media(min-width: 992px){.content-default-style1 h2{margin-bottom:24px;margin-top:34px}}.content-default-style1 h2::after{content:"";position:absolute;top:50%;margin-left:16px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;width:100%;height:1px;border-top:#f0f0f0 solid 1px}.content-default-style1 h2::before{content:"";position:absolute;top:0;left:0;display:inline-block;width:5px;height:24px;background:var(--primary);border-radius:3px}.content-default-style1 h2+p{float:left}@media(min-width: 992px){.content-default-style1 h2+p img{width:400px;-o-object-fit:cover;object-fit:cover;margin-right:12px;margin-bottom:12px}}.content-default-style1 p+p{text-indent:1em}.detail-menu{overflow:hidden;clear:both;padding-bottom:15px;}.detail-menu ul li{float:left;width:33.33%;color:#666;}.detail-menu ul li a{color:#666;font-size:14px;}@media(max-width: 1000px) {.detail-menu ul li {width:100%;}}.content-default-style1 h2{clear:both;}.skin2-comment h2 {font-size: 16px;margin-bottom: 16px;position: relative;}.skin2-comment h2::before {content: "|";color: var(--primary-900);margin-right: 4px;}.skin2-comment h2 + p {margin-top: 16px;}@media (min-width: 992px) {.skin2-comment h2 {  font-size: 20px;  margin-bottom: 20px;}.skin2-comment p + h2 {  margin-top: 20px;  padding-top: 20px;}}